3.40 \(\int \frac {\coth (x)}{(a+b \coth ^2(x))^{3/2}} \, dx\)

Optimal. Leaf size=49 \[ \frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \coth ^2(x)}}{\sqrt {a+b}}\right )}{(a+b)^{3/2}}-\frac {1}{(a+b) \sqrt {a+b \coth ^2(x)}} \]

[Out]

arctanh((a+b*coth(x)^2)^(1/2)/(a+b)^(1/2))/(a+b)^(3/2)-1/(a+b)/(a+b*coth(x)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 49, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {3670, 444, 51, 63, 208} \[ \frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \coth ^2(x)}}{\sqrt {a+b}}\right )}{(a+b)^{3/2}}-\frac {1}{(a+b) \sqrt {a+b \coth ^2(x)}} \]

Antiderivative was successfully verified.

[In]

Int[Coth[x]/(a + b*Coth[x]^2)^(3/2),x]

[Out]

ArcTanh[Sqrt[a + b*Coth[x]^2]/Sqrt[a + b]]/(a + b)^(3/2) - 1/((a + b)*Sqrt[a + b*Coth[x]^2])

Rule 51

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*(m + n + 2))/((b*c - a*d)*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^n,
x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[m, -1] &&  !(LtQ[n, -1] && (EqQ[a, 0] || (NeQ[
c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rule 444

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && EqQ[m
- n + 1, 0]

Rule 3670

Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol]
 :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff)/f, Subst[Int[(((d*ff*x)/c)^m*(a + b*(ff*x)^n)^p)/(c^
2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && (IGtQ[p, 0] || EqQ
[n, 2] || EqQ[n, 4] || (IntegerQ[p] && RationalQ[n]))

Rubi steps

\begin {align*} \int \frac {\coth (x)}{\left (a+b \coth ^2(x)\right )^{3/2}} \, dx &=\operatorname {Subst}\left (\int \frac {x}{\left (1-x^2\right ) \left (a+b x^2\right )^{3/2}} \, dx,x,\coth (x)\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{(1-x) (a+b x)^{3/2}} \, dx,x,\coth ^2(x)\right )\\ &=-\frac {1}{(a+b) \sqrt {a+b \coth ^2(x)}}+\frac {\operatorname {Subst}\left (\int \frac {1}{(1-x) \sqrt {a+b x}} \, dx,x,\coth ^2(x)\right )}{2 (a+b)}\\ &=-\frac {1}{(a+b) \sqrt {a+b \coth ^2(x)}}+\frac {\operatorname {Subst}\left (\int \frac {1}{1+\frac {a}{b}-\frac {x^2}{b}} \, dx,x,\sqrt {a+b \coth ^2(x)}\right )}{b (a+b)}\\ &=\frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \coth ^2(x)}}{\sqrt {a+b}}\right )}{(a+b)^{3/2}}-\frac {1}{(a+b) \sqrt {a+b \coth ^2(x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.04, size = 41, normalized size = 0.84 \[ -\frac {\, _2F_1\left (-\frac {1}{2},1;\frac {1}{2};\frac {b \coth ^2(x)+a}{a+b}\right )}{(a+b) \sqrt {a+b \coth ^2(x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Coth[x]/(a + b*Coth[x]^2)^(3/2),x]

[Out]

-(Hypergeometric2F1[-1/2, 1, 1/2, (a + b*Coth[x]^2)/(a + b)]/((a + b)*Sqrt[a + b*Coth[x]^2]))

________________________________________________________________________________________

fricas [B]  time = 0.59, size = 2299, normalized size = 46.92 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)/(a+b*coth(x)^2)^(3/2),x, algorithm="fricas")

[Out]

[1/4*(((a + b)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x)^3 + (a + b)*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b
)*cosh(x)^2 - a + b)*sinh(x)^2 + 4*((a + b)*cosh(x)^3 - (a - b)*cosh(x))*sinh(x) + a + b)*sqrt(a + b)*log(-((a
^3 + a^2*b)*cosh(x)^8 + 8*(a^3 + a^2*b)*cosh(x)*sinh(x)^7 + (a^3 + a^2*b)*sinh(x)^8 - 2*(2*a^3 + a^2*b)*cosh(x
)^6 - 2*(2*a^3 + a^2*b - 14*(a^3 + a^2*b)*cosh(x)^2)*sinh(x)^6 + 4*(14*(a^3 + a^2*b)*cosh(x)^3 - 3*(2*a^3 + a^
2*b)*cosh(x))*sinh(x)^5 + (6*a^3 + 4*a^2*b - a*b^2 + b^3)*cosh(x)^4 + (70*(a^3 + a^2*b)*cosh(x)^4 + 6*a^3 + 4*
a^2*b - a*b^2 + b^3 - 30*(2*a^3 + a^2*b)*cosh(x)^2)*sinh(x)^4 + 4*(14*(a^3 + a^2*b)*cosh(x)^5 - 10*(2*a^3 + a^
2*b)*cosh(x)^3 + (6*a^3 + 4*a^2*b - a*b^2 + b^3)*cosh(x))*sinh(x)^3 + a^3 + 3*a^2*b + 3*a*b^2 + b^3 - 2*(2*a^3
 + 3*a^2*b - b^3)*cosh(x)^2 + 2*(14*(a^3 + a^2*b)*cosh(x)^6 - 15*(2*a^3 + a^2*b)*cosh(x)^4 - 2*a^3 - 3*a^2*b +
 b^3 + 3*(6*a^3 + 4*a^2*b - a*b^2 + b^3)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*(a^2*cosh(x)^6 + 6*a^2*cosh(x)*sinh(x)
^5 + a^2*sinh(x)^6 - 3*a^2*cosh(x)^4 + 3*(5*a^2*cosh(x)^2 - a^2)*sinh(x)^4 + 4*(5*a^2*cosh(x)^3 - 3*a^2*cosh(x
))*sinh(x)^3 + (3*a^2 + 2*a*b - b^2)*cosh(x)^2 + (15*a^2*cosh(x)^4 - 18*a^2*cosh(x)^2 + 3*a^2 + 2*a*b - b^2)*s
inh(x)^2 - a^2 - 2*a*b - b^2 + 2*(3*a^2*cosh(x)^5 - 6*a^2*cosh(x)^3 + (3*a^2 + 2*a*b - b^2)*cosh(x))*sinh(x))*
sqrt(a + b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))
+ 4*(2*(a^3 + a^2*b)*cosh(x)^7 - 3*(2*a^3 + a^2*b)*cosh(x)^5 + (6*a^3 + 4*a^2*b - a*b^2 + b^3)*cosh(x)^3 - (2*
a^3 + 3*a^2*b - b^3)*cosh(x))*sinh(x))/(cosh(x)^6 + 6*cosh(x)^5*sinh(x) + 15*cosh(x)^4*sinh(x)^2 + 20*cosh(x)^
3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4 + 6*cosh(x)*sinh(x)^5 + sinh(x)^6)) + ((a + b)*cosh(x)^4 + 4*(a + b)*cosh
(x)*sinh(x)^3 + (a + b)*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 - a + b)*sinh(x)^2 + 4*((a +
b)*cosh(x)^3 - (a - b)*cosh(x))*sinh(x) + a + b)*sqrt(a + b)*log(((a + b)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x
)^3 + (a + b)*sinh(x)^4 + 2*b*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 + b)*sinh(x)^2 + sqrt(2)*(cosh(x)^2 + 2*cosh(
x)*sinh(x) + sinh(x)^2 + 1)*sqrt(a + b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*co
sh(x)*sinh(x) + sinh(x)^2)) + 4*((a + b)*cosh(x)^3 + b*cosh(x))*sinh(x) + a + b)/(cosh(x)^2 + 2*cosh(x)*sinh(x
) + sinh(x)^2)) - 4*sqrt(2)*((a + b)*cosh(x)^2 + 2*(a + b)*cosh(x)*sinh(x) + (a + b)*sinh(x)^2 - a - b)*sqrt((
(a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)))/((a^3 + 3*a^2*b +
 3*a*b^2 + b^3)*cosh(x)^4 + 4*(a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cosh(x)*sinh(x)^3 + (a^3 + 3*a^2*b + 3*a*b^2 + b
^3)*sinh(x)^4 + a^3 + 3*a^2*b + 3*a*b^2 + b^3 - 2*(a^3 + a^2*b - a*b^2 - b^3)*cosh(x)^2 - 2*(a^3 + a^2*b - a*b
^2 - b^3 - 3*(a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cosh(x)^2)*sinh(x)^2 + 4*((a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cosh(x)
^3 - (a^3 + a^2*b - a*b^2 - b^3)*cosh(x))*sinh(x)), -1/2*(((a + b)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x)^3 + (
a + b)*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 - a + b)*sinh(x)^2 + 4*((a + b)*cosh(x)^3 - (a
 - b)*cosh(x))*sinh(x) + a + b)*sqrt(-a - b)*arctan(sqrt(2)*(a*cosh(x)^2 + 2*a*cosh(x)*sinh(x) + a*sinh(x)^2 -
 a - b)*sqrt(-a - b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sin
h(x)^2))/((a^2 + a*b)*cosh(x)^4 + 4*(a^2 + a*b)*cosh(x)*sinh(x)^3 + (a^2 + a*b)*sinh(x)^4 - (2*a^2 + a*b - b^2
)*cosh(x)^2 + (6*(a^2 + a*b)*cosh(x)^2 - 2*a^2 - a*b + b^2)*sinh(x)^2 + a^2 + 2*a*b + b^2 + 2*(2*(a^2 + a*b)*c
osh(x)^3 - (2*a^2 + a*b - b^2)*cosh(x))*sinh(x))) + ((a + b)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x)^3 + (a + b)
*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 - a + b)*sinh(x)^2 + 4*((a + b)*cosh(x)^3 - (a - b)*
cosh(x))*sinh(x) + a + b)*sqrt(-a - b)*arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(-a
- b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/((a + b
)*cosh(x)^4 + 4*(a + b)*cosh(x)*sinh(x)^3 + (a + b)*sinh(x)^4 - 2*(a - b)*cosh(x)^2 + 2*(3*(a + b)*cosh(x)^2 -
 a + b)*sinh(x)^2 + 4*((a + b)*cosh(x)^3 - (a - b)*cosh(x))*sinh(x) + a + b)) + 2*sqrt(2)*((a + b)*cosh(x)^2 +
 2*(a + b)*cosh(x)*sinh(x) + (a + b)*sinh(x)^2 - a - b)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 - a + b)/(
cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)))/((a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cosh(x)^4 + 4*(a^3 + 3*a^2*b + 3
*a*b^2 + b^3)*cosh(x)*sinh(x)^3 + (a^3 + 3*a^2*b + 3*a*b^2 + b^3)*sinh(x)^4 + a^3 + 3*a^2*b + 3*a*b^2 + b^3 -
2*(a^3 + a^2*b - a*b^2 - b^3)*cosh(x)^2 - 2*(a^3 + a^2*b - a*b^2 - b^3 - 3*(a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cos
h(x)^2)*sinh(x)^2 + 4*((a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cosh(x)^3 - (a^3 + a^2*b - a*b^2 - b^3)*cosh(x))*sinh(x
))]

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)/(a+b*coth(x)^2)^(3/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Warn
ing, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [ab
s(t_nostep-1)]Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacin
g 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution var
iable should perhaps be purged.Error: Bad Argument Type

________________________________________________________________________________________

maple [B]  time = 0.08, size = 273, normalized size = 5.57 \[ -\frac {1}{2 \left (a +b \right ) \sqrt {\left (\coth \relax (x )-1\right )^{2} b +2 \left (\coth \relax (x )-1\right ) b +a +b}}+\frac {b \left (2 \left (\coth \relax (x )-1\right ) b +2 b \right )}{\left (a +b \right ) \left (4 b \left (a +b \right )-4 b^{2}\right ) \sqrt {\left (\coth \relax (x )-1\right )^{2} b +2 \left (\coth \relax (x )-1\right ) b +a +b}}+\frac {\ln \left (\frac {2 a +2 b +2 \left (\coth \relax (x )-1\right ) b +2 \sqrt {a +b}\, \sqrt {\left (\coth \relax (x )-1\right )^{2} b +2 \left (\coth \relax (x )-1\right ) b +a +b}}{\coth \relax (x )-1}\right )}{2 \left (a +b \right )^{\frac {3}{2}}}-\frac {1}{2 \left (a +b \right ) \sqrt {\left (1+\coth \relax (x )\right )^{2} b -2 \left (1+\coth \relax (x )\right ) b +a +b}}-\frac {b \left (2 \left (1+\coth \relax (x )\right ) b -2 b \right )}{\left (a +b \right ) \left (4 b \left (a +b \right )-4 b^{2}\right ) \sqrt {\left (1+\coth \relax (x )\right )^{2} b -2 \left (1+\coth \relax (x )\right ) b +a +b}}+\frac {\ln \left (\frac {2 a +2 b -2 \left (1+\coth \relax (x )\right ) b +2 \sqrt {a +b}\, \sqrt {\left (1+\coth \relax (x )\right )^{2} b -2 \left (1+\coth \relax (x )\right ) b +a +b}}{1+\coth \relax (x )}\right )}{2 \left (a +b \right )^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(x)/(a+b*coth(x)^2)^(3/2),x)

[Out]

-1/2/(a+b)/((coth(x)-1)^2*b+2*(coth(x)-1)*b+a+b)^(1/2)+b/(a+b)*(2*(coth(x)-1)*b+2*b)/(4*b*(a+b)-4*b^2)/((coth(
x)-1)^2*b+2*(coth(x)-1)*b+a+b)^(1/2)+1/2/(a+b)^(3/2)*ln((2*a+2*b+2*(coth(x)-1)*b+2*(a+b)^(1/2)*((coth(x)-1)^2*
b+2*(coth(x)-1)*b+a+b)^(1/2))/(coth(x)-1))-1/2/(a+b)/((1+coth(x))^2*b-2*(1+coth(x))*b+a+b)^(1/2)-b/(a+b)*(2*(1
+coth(x))*b-2*b)/(4*b*(a+b)-4*b^2)/((1+coth(x))^2*b-2*(1+coth(x))*b+a+b)^(1/2)+1/2/(a+b)^(3/2)*ln((2*a+2*b-2*(
1+coth(x))*b+2*(a+b)^(1/2)*((1+coth(x))^2*b-2*(1+coth(x))*b+a+b)^(1/2))/(1+coth(x)))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\coth \relax (x)}{{\left (b \coth \relax (x)^{2} + a\right )}^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)/(a+b*coth(x)^2)^(3/2),x, algorithm="maxima")

[Out]

integrate(coth(x)/(b*coth(x)^2 + a)^(3/2), x)

________________________________________________________________________________________

mupad [B]  time = 1.94, size = 41, normalized size = 0.84 \[ \frac {\mathrm {atanh}\left (\frac {\sqrt {b\,{\mathrm {coth}\relax (x)}^2+a}}{\sqrt {a+b}}\right )}{{\left (a+b\right )}^{3/2}}-\frac {1}{\left (a+b\right )\,\sqrt {b\,{\mathrm {coth}\relax (x)}^2+a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(x)/(a + b*coth(x)^2)^(3/2),x)

[Out]

atanh((a + b*coth(x)^2)^(1/2)/(a + b)^(1/2))/(a + b)^(3/2) - 1/((a + b)*(a + b*coth(x)^2)^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\coth {\relax (x )}}{\left (a + b \coth ^{2}{\relax (x )}\right )^{\frac {3}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(x)/(a+b*coth(x)**2)**(3/2),x)

[Out]

Integral(coth(x)/(a + b*coth(x)**2)**(3/2), x)

________________________________________________________________________________________